home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / cata.dir / 00121.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  380 b   |  22 lines

  1. on idle
  2.   if rollOver(5) then
  3.     set the castNum of sprite 5 to 10
  4.   else
  5.     set the castNum of sprite 5 to 8
  6.   end if
  7.   if rollOver(6) then
  8.     set the castNum of sprite 6 to 11
  9.   else
  10.     set the castNum of sprite 6 to 9
  11.   end if
  12.   if rollOver(26) then
  13.     set the ink of sprite 27 to 0
  14.   else
  15.     set the ink of sprite 27 to 39
  16.   end if
  17. end
  18.  
  19. on exitFrame
  20.   go(the frame)
  21. end
  22.